home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / euphoria.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-01-13  |  2.8 KB  |  71 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="euphoria" _label="Euphoria">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="02" type="spinbutton" arg="-i %"
  8.           _label="Number of wisps" low="0" high="100" default="5"/>
  9.  
  10.   <number id="03" type="spinbutton" arg="-b %"
  11.           _label="Number of background layers" low="0" high="100" default="2"/>
  12.  
  13.   <select id="04">
  14.     <option id="04A" _label="Texture - Default"/>
  15.     <option id="04B" _label="Texture - none" arg-set="-t 0"/>
  16.     <option id="04C" _label="Texture - Plasma" arg-set="-t 1"/>
  17.     <option id="04D" _label="Texture - Stringy" arg-set="-t 2"/>
  18.     <option id="04E" _label="Texture - Linear" arg-set="-t 3"/>
  19.     <option id="04F" _label="Texture - random" arg-set="-t 4"/>
  20.   </select>
  21.  
  22.   <number id="05" type="slider" arg="-d %"
  23.           _label="Mesh density" _low-label="Smaller" _high-label="Larger"
  24.           low="2" high="100" default="25"/>
  25.  
  26.   <number id="06" type="slider" arg="-v %"
  27.           _label="Visibilility" _low-label="Less" _high-label="More"
  28.           low="1" high="100" default="35"/>
  29.  
  30.   <number id="07" type="slider" arg="-s %"
  31.           _label="Speed" _low-label="Slower" _high-label="Faster"
  32.           low="1" high="100" default="15"/>
  33.  
  34.   <number id="08" type="slider" arg="-f %"
  35.           _label="Feedback" _low-label="Less" _high-label="More"
  36.           low="0" high="100" default="0"/>
  37.  
  38.   <number id="09" type="slider" arg="-e %"
  39.           _label="Feedbackspeed" _low-label="Slower" _high-label="Faster"
  40.           low="1" high="100" default="1"/>
  41.  
  42.   <number id="10" type="slider" arg="-c %"
  43.           _label="Feedback texture size" _low-label="Less" _high-label="More"
  44.           low="2" high="10" default="3"/>
  45.  
  46.   <boolean id="11" _label="Draw wireframe" arg-set="-w"/>
  47.  
  48.   <select id="01">
  49.     <option id="01A" _label="Preset - Custom"/>
  50.     <option id="01B" _label="Preset - Regular" arg-set="-p 1"/>
  51.     <option id="01C" _label="Preset - Grid" arg-set="-p 2"/>
  52.     <option id="01D" _label="Preset - Cubism" arg-set="-p 3"/>
  53.     <option id="01E" _label="Preset - Bad math" arg-set="-p 4"/>
  54.     <option id="01F" _label="Preset - M-theory" arg-set="-p 5"/>
  55.     <option id="01G" _label="Preset - UHFTEM" arg-set="-p 6"/>
  56.     <option id="01H" _label="Preset - Nowhere" arg-set="-p 7"/>
  57.     <option id="01I" _label="Preset - Echo" arg-set="-p 8"/>
  58.     <option id="01J" _label="Preset - Kaleidoscope" arg-set="-p 9"/>
  59.   </select>
  60.  
  61.   <_description>
  62. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  63. written by Terry Walsh - <http://reallyslick.demonews.com>.
  64.  
  65. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  66. Config Files by Curtis Haas.
  67.  
  68. Note: Presets override all other settings. If you wish to customize the other options, make sure the preset option is set to "Preset - Custom".
  69.   </_description>
  70. </screensaver>
  71.